home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / mozapps / update / updates.css < prev   
Cascading Style Sheet File  |  2009-07-01  |  4KB  |  216 lines

  1. /**
  2.  * General
  3.  */
  4. .heed {
  5.   font-weight: bold;
  6. }
  7.  
  8. .wizard-button > .button-box {
  9.   padding-left: 15px !important;
  10.   padding-right: 15px !important;
  11. }
  12.  
  13.  
  14. link {
  15.   color: -moz-nativehyperlinktext;
  16.   border: 1px solid transparent;
  17.   margin-top: 1px;
  18.   margin-bottom: 4px;
  19.   -moz-margin-start: 5px;
  20.   -moz-margin-end: 5px;
  21.   text-decoration: underline !important;
  22. }
  23.  
  24. link > label {
  25.   margin: 0px;
  26.   padding: 1px;
  27.   text-decoration: underline !important;
  28. }
  29.  
  30. link:hover:active {
  31.   color: red;
  32. }
  33.  
  34. link:focus {
  35.   border: 1px dotted black;
  36. }
  37.  
  38. remotecontent {
  39.   margin-top: 1px;
  40.   margin-bottom: 2px;
  41.   -moz-margin-start: 6px;
  42.   -moz-margin-end: 5px;
  43.   -moz-appearance: listbox;
  44.   padding-bottom: 1px;
  45. }
  46.  
  47. /**
  48.  * License Page
  49.  */
  50. .loadingBox {
  51.   padding: 3px 5px 3px 5px;
  52. }
  53. .remoteLoadingThrobber {
  54.   margin-top: 3px;
  55. }
  56. .remoteLoadingThrobber[state="loading"] {
  57.   list-style-image: url("chrome://global/skin/icons/loading_16.png");
  58. }
  59. .remoteLoadingThrobber[state="error"] {
  60.   list-style-image: url("chrome://global/skin/icons/notfound.png");
  61. }
  62.  
  63. /**
  64.  * Update Found Page
  65.  */
  66. #moreDetails {
  67.   margin: 1px 5px 4px 3px;
  68. }
  69.  
  70. #updateForMoreInfo {
  71.   margin-left: 5px;
  72. }
  73.  
  74. #updateName, #updateFinishedName {
  75.   font-weight: bold;
  76.   font-size: larger;
  77. }
  78.  
  79. #alertImage {
  80.   list-style-image: url("chrome://global/skin/icons/Warning.png");
  81.   margin-right: 5px;
  82. }
  83.  
  84. #incompatibleWarning {
  85.   background-color: InfoBackground;
  86.   color: InfoText;
  87.   border: 1px outset InfoBackground;
  88.   padding: 3px;
  89.   margin: 1px 5px 4px 5px;
  90. }
  91.  
  92. /**
  93.  * Downloading Page
  94.  */
  95. #downloadStatusTop, #downloadStatusLine {
  96.   -moz-box-align: center;
  97. }
  98.  
  99. #downloadStatus {
  100.   height: 3em !important;
  101. }
  102.  
  103. #downloadThrobber {
  104.   margin-left: 5px;
  105.   list-style-image: url("chrome://global/skin/icons/notloading_16.png");
  106. }
  107.  
  108. #downloadThrobber[state="loading"] {
  109.   list-style-image: url("chrome://global/skin/icons/loading_16.png");
  110. }
  111.  
  112. #downloadStatusProgress {
  113.   padding-right: 5px;
  114. }
  115.  
  116. #pauseButton {
  117.   -moz-appearance: none;
  118.   list-style-image: url(chrome://mozapps/skin/downloads/downloadButtons.png);
  119.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  120.   background-color: transparent;
  121.   border: none;
  122.   padding: 0;
  123.   margin: 0;
  124.   min-width: 0;
  125.   min-height: 0;
  126. }
  127.  
  128. /* !Important must be used otherwise this won't immediately take affect */
  129. #pauseButton > .button-box {
  130.   padding: 0 !important;
  131. }
  132.  
  133. #pauseButton:hover {
  134.   -moz-image-region: rect(16px, 48px, 32px, 32px);
  135. }
  136.  
  137. #pauseButton:active {
  138.   -moz-image-region: rect(32px, 48px, 48px, 32px);
  139. }
  140.  
  141. #pauseButton[disabled="true"] {
  142.   -moz-image-region: rect(48px, 48px, 64px, 32px);
  143. }
  144.  
  145. #pauseButton[paused="true"] {
  146.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  147. }
  148.  
  149. #pauseButton[paused="true"]:hover {
  150.   -moz-image-region: rect(16px, 16px, 32px, 0px);
  151. }
  152.  
  153. #pauseButton[paused="true"]:active {
  154.   -moz-image-region: rect(32px, 16px, 48px, 0px);
  155. }
  156.  
  157. #pauseButton[paused="true"][disabled="true"] {
  158.   -moz-image-region: rect(48px, 16px, 64px, 0px);
  159. }
  160.  
  161. #verificationFailedIcon {
  162.   margin-left: 5px;
  163.   list-style-image: url("chrome://global/skin/icons/notfound.png");
  164. }
  165.  
  166. /**
  167.  * Error Page
  168.  */
  169. #errorReason {
  170.   margin-top: 1px;
  171.   margin-bottom: 2px;
  172.   -moz-margin-start: 6px !important;
  173.   -moz-margin-end: 5px;
  174.   font-weight: bold;
  175. }
  176.  
  177. /**
  178.  * Update History Window
  179.  */
  180. update {
  181.   border-bottom: 1px dotted #C0C0C0;
  182. }
  183.  
  184. .update-name {
  185.   font-weight: bold;
  186. }
  187.  
  188. .update-label-column {
  189.   -moz-box-align: end;
  190. }
  191.  
  192. .update-details-link {
  193.   margin: 0px;
  194. }
  195.  
  196. .update-type {
  197.   font-weight: bold;
  198.   color: #990000;
  199. }
  200.  
  201. #historyItems {
  202.   -moz-appearance: listbox;
  203.   height: 200px;
  204.   margin: 1px 5px 4px 5px;
  205. }
  206.  
  207. #historyItems > scrollbox {
  208.   margin-bottom: 1px;
  209. }
  210.  
  211. .updatePrefsInfo {
  212.   font-size: smaller;
  213.   margin-left: 27px;
  214.   margin-bottom: 10px;
  215. }
  216.